home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / dev / amos / AMOS_0795.lzh / AMOSLIST / 000160_amos-request@svcs1.digex.net_Wed Jul 26 15:36:16 1995.msg < prev    next >
Internet Message Format  |  1995-08-04  |  3KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id PAA20372;  for  ; Wed, 26 Jul 1995 15:36:13 -0400
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.6.12/8.6.12) id NAA17792 for amos-out; Wed, 26 Jul 1995 13:45:57 -0400
  3. Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by svcs1.digex.net (8.6.12/8.6.12) with ESMTP id NAA17789 for <amos-list@svcs1.digex.net>; Wed, 26 Jul 1995 13:45:56 -0400
  4. Received: from news2.gtn.com (news2.gtn.com [192.109.159.16]) by mail1.access.digex.net (8.6.12/8.6.12) with ESMTP id NAA06747;  for <amos-list@access.digex.net> ; Wed, 26 Jul 1995 13:45:50 -0400
  5. Received: from wom.gun.de (uucp@localhost) by news2.gtn.com (8.6.8.1/8.6.6) with UUCP id TAA01781 for amos-list@access.digex.net; Wed, 26 Jul 1995 19:43:41 +0200
  6. Received: by newswire.gun.de (DUUCP vom 01.07.1994)
  7.     with ZConnect; 25 Jul 1995 17:50:28 +0200
  8. From: wraith@WOM.gun.de (Marco Smetz)
  9. X-Mailer: MicroDot 1.10 [REGISTERED 00038b]
  10. Message-ID: <wFUsEMD38Baez2@wraith.wom.gun.de>
  11. Organization: Mailboxsystem Brueggen
  12. X-Gateway: ZCONNECT NW newswire.gun.de [DUUCP vom 01.07.1994]
  13. MIME-Version: 1.0
  14. Content-Type: text/plain; charset=ISO-8859-1
  15. Content-Transfer-Encoding: 8bit
  16. Subject: An AMOS Bug ??
  17. Date: 25 Jul 1995 17:50:28 +0200
  18. To: amos-list@access.digex.net
  19. Status: RO
  20. X-Status: 
  21.  
  22.  
  23.   Hi there...
  24.  
  25.   I still have a little (???) Problem with my library call...
  26.  
  27.   I wrote a BBS Tool for FastCall.
  28.   There is a fastcall.library included in the FC package... which can be
  29.   called and so you can get your chars on the BBS Screen etc..
  30.  
  31.   There is a function like this:
  32.  
  33.    Function: Typefile(Fastcallport,Filename)
  34.                             d0       a1
  35.  
  36.    Offset : -114
  37.  
  38.             Well I call this function like this:
  39.  
  40.   Lib open 5,"fastcall.library",0     >>> This suxx !!
  41.   tx$="HELLO! HERE ON FASTCALL SCREEN!"
  42.   tx$=tx$+chr$(0)
  43.   areg(1)=varptr(tx$)
  44.   dreg(0)=0
  45.   result=lib call(5,-114)
  46.  
  47.   BUT NOTHING HAPPENS !!!!
  48.  
  49.   In the snoopdos logfile I can see the following ...
  50.  
  51.    Findport       []              Fail
  52.  
  53.   (The [] is one sign like a ESC sign !!)
  54.  
  55.   The function of the library  should search for "rexx_fastcall0"
  56.   BUT WHY IT DOESN`T ????  Is this an AMOS bug ??
  57.  
  58.   I am using Amos Pro 2.0 .....  In GFA Basic this all suxx (most Tools
  59.   for Fastcall are written in GFA Basic) .. but it must be possible from
  60.   AMOS Pro,too ... OR?? Can somebody help me ??
  61.  
  62.   I hope it is a fault by me... otherwise I am not able to complete my
  63.   program,because how to code when AMOS has bugs in its lib call routine?
  64.  
  65.   ---------------------------------
  66.   -  The WRAITH                   -
  67.   -  WRAITH@WOM.gun.de            -
  68.   -  Amiga 1200 030 50 Mhz        -
  69.   -  Amos Pro 2.0,Compiler 2.0    -
  70.   -  AMCAF & AMIPS Extension      -
  71.   ---------------------------------
  72.  
  73.  
  74.  
  75.